home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / Assembler.sch < prev    next >
Text File  |  2004-01-06  |  6KB  |  172 lines

  1. object TPersHolder
  2.   P.Name = 'Assembler'
  3.   P.Extensions.Strings = (
  4.     'asm')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       FIText = 0
  9.       FIIntNum = 1
  10.       FIFloatNum = 2
  11.       FIHexNum = 3
  12.       UseComments = True
  13.       UseSingleLineComments = True
  14.       UseStrings = True
  15.       UseSingleLineStrings = True
  16.       UseNumbers = True
  17.       UseSuffixedNumbers = True
  18.       UseMultipleNumSuffixes = False
  19.       UseKeywords = True
  20.       BlockDelimiters = <>
  21.       SingleLineCommentDelimiters = <
  22.         item
  23.           FontID = 4
  24.           LeftDelimiter = ';'
  25.         end>
  26.       SingleLineStringDelimiters = <
  27.         item
  28.           FontID = 5
  29.           LeftDelimiter = #39
  30.           RightDelimiter = #39
  31.         end
  32.         item
  33.           FontID = 6
  34.           LeftDelimiter = '"'
  35.           RightDelimiter = '"'
  36.         end>
  37.       NumSuffixes = <
  38.         item
  39.           LeftDelimiter = 'h'
  40.         end>
  41.       KeywordSets = <
  42.         item
  43.           FontID = 7
  44.           Name = 'OpCodes'
  45.           Keywords =
  46.             'AAA,AAD,AAM,AAS,ADC,ADD,AND,ARPL,BOUND,BSF,BSR,BSWAP,BT,BTC,BTR,' +
  47.             'BTS,CALL,CBW,CDQ,CLC,CLD,CLI,CLTS,CMC,CMP,CMPS,CMPSB,CMPSD,CMPSW' +
  48.             ',CMPXCHG,CWD,CWDE,DAA,DAS,DEC,DIV,ENTER,ESC,F2XM1,FABS,FADD,FADD' +
  49.             'P,FBLD,FBSTP,FCHS,FCLEX,FCOM,FCOMP,FCOMPP,FCOS,FDECSTP,FDISI,FDI' +
  50.             'V,FDIVP,FDIVR,FDIVRP,FENI,FFREE,FIADD,FICOM,FICOMP,FIDIV,FIDIVR,' +
  51.             'FILD,FIMUL,FINCSTP,FINIT,FIST,FISTP,FISUB,FISUBR,FLD,FLD1,FLDCW,' +
  52.             'FLDENV,FLDL2E,FLDL2T,FLDLG2,FLDLN2,FLDPI,FLDZ,FMUL,FMULP,FNCLEX,' +
  53.             'FNDISI,FNENI,FNINIT,FNOP,FNSAVE,FNSTCW,FNSTENV,FNSTSW,FPATAN,FPR' +
  54.             'EM,FPREM1,FPTAN,FRNDINT,FRSTOR,FSAVE,FSCALE,FSETPM,FSIN,FSINCOS,' +
  55.             'FSQRT,FST,FSTCW,FSTENV,FSTP,FSTSW,FSUB,FSUBP,FSUBR,FSUBRP,FTST,F' +
  56.             'UCOM,FUCOMP,FUCOMPP,FWAIT,FXAM,FXCH,FXTRACT,FYL2X,FYL2XP1,HLT,ID' +
  57.             'IV,IMUL,IN,INC,INSB,INSD,INSW,INT,INTO,INVD,INVLPG,IRET,IRETD,JA' +
  58.             ',JAE,JB,JBE,JC,JCXZ,JE,JECXZ,JG,JGE,JL,JLE,JMP,JNA,JNAE,JNB,JNBE' +
  59.             ',JNC,JNE,JNG,JNGE,JNL,JNLE,JNO,JNP,JNS,JNZ,JO,JP,JPE,JPO,JS,JZ,L' +
  60.             'AHF,LAR,LDS,LEA,LEAVE,LES,LFS,LGDT,LGS,LIDT,LLDT,LMSW,LOCK,LODS,' +
  61.             'LODSB,LODSD,LODSW,LOOP,LOOPD,LOOPDE,LOOPDNE,LOOPDNZ,LOOPDZ,LOOPE' +
  62.             ',LOOPNE,LOOPNZ,LOOPZ,LSL,LSS,LTR,MOV,MOVS,MOVSB,MOVSD,MOVSW,MOVS' +
  63.             'X,MOVZX,MUL,NEG,NOP,NOT,OR,OUT,OUTSB,OUTSD,OUTSW,POP,POPA,POPAD,' +
  64.             'POPF,POPFD,PUSH,PUSHA,PUSHAD,PUSHF,PUSHFD,RCL,RCR,REP,REPE,REPNE' +
  65.             ',REPNZ,REPZ,RET,RETF,RETN,ROL,ROR,SAHF,SAL,SAR,SBB,SCAS,SCASB,SC' +
  66.             'ASD,SCASW,SEGCS,SEGDS,SEGES,SEGFS,SEGGS,SEGSS,SETA,SETAE,SETB,SE' +
  67.             'TBE,SETC,SETE,SETG,SETGE,SETL,SETLE,SETNA,SETNAE,SETNB,SETNBE,SE' +
  68.             'TNC,SETNE,SETNG,SETNGE,SETNL,SETNLE,SETNO,SETNP,SETNS,SETNZ,SETO' +
  69.             ',SETP,SETPE,SETPO,SETS,SETZ,SGDT,SHL,SHLD,SHR,SHRD,SIDT,SLDT,SMS' +
  70.             'W,STC,STD,STI,STOS,STOSB,STOSD,STOSW,STR,SUB,TEST,VERR,VERW,WAIT' +
  71.             ',WBINVD,XADD,XCHG,XLAT,XOR'
  72.         end
  73.         item
  74.           FontID = 8
  75.           Name = 'Operands'
  76.           Keywords =
  77.             'AH,AL,AND,AX,BH,BL,BP,BX,BYTE,CH,CL,CS,CX,DH,DI,DL,DS,DWORD,DX,E' +
  78.             'AX,EBP,EBX,ECX,EDI,EDX,EIP,ES,ESI,ESP,FS,GS,HIGH,LOW,MOD,NOT,OFF' +
  79.             'SET,OR,PTR,QWORD,SHL,SHR,SI,SP,SS,ST,TBYTE,TYPE,WORD,XOR'
  80.         end
  81.         item
  82.           FontID = 9
  83.           Name = 'Directives'
  84.           Keywords =
  85.             'ASSUME,COMMENT,DB,DD,DQ,DT,DW,END,ENDM,ENDP,ENDS,EQ,EQU,EXITM,EX' +
  86.             'TRN,FAR,GE,GROUP,GT,INCLUDE,LABEL,LARGE,LE,LENGTH,LOCAL,LT,MACRO' +
  87.             ',MASK,NAME,NEAR,ORG,PAGE,PROC,PUBLIC,PURGE,RECORD,REPT,SEG,SEGME' +
  88.             'NT,SHORT,SIZE,SMALL,STRUC,SUBTTL,SYMTYPE,THIS,TITLE,WIDTH'
  89.         end>
  90.     end>
  91.   P.FontTable = <
  92.     item
  93.       FontID = 0
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clBlack
  96.       Font.Height = -13
  97.       Font.Name = 'Courier New'
  98.       Font.Style = []
  99.     end
  100.     item
  101.       FontID = 1
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clGreen
  104.       Font.Height = -13
  105.       Font.Name = 'Courier New'
  106.       Font.Style = []
  107.     end
  108.     item
  109.       FontID = 2
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clGreen
  112.       Font.Height = -13
  113.       Font.Name = 'Courier New'
  114.       Font.Style = []
  115.     end
  116.     item
  117.       FontID = 3
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clGreen
  120.       Font.Height = -13
  121.       Font.Name = 'Courier New'
  122.       Font.Style = []
  123.     end
  124.     item
  125.       FontID = 4
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clGray
  128.       Font.Height = -13
  129.       Font.Name = 'Courier New'
  130.       Font.Style = [fsItalic]
  131.     end
  132.     item
  133.       FontID = 5
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clMaroon
  136.       Font.Height = -13
  137.       Font.Name = 'Courier New'
  138.       Font.Style = []
  139.     end
  140.     item
  141.       FontID = 6
  142.       Font.Charset = DEFAULT_CHARSET
  143.       Font.Color = clMaroon
  144.       Font.Height = -13
  145.       Font.Name = 'Courier New'
  146.       Font.Style = []
  147.     end
  148.     item
  149.       FontID = 7
  150.       Font.Charset = DEFAULT_CHARSET
  151.       Font.Color = clBlue
  152.       Font.Height = -13
  153.       Font.Name = 'Courier New'
  154.       Font.Style = [fsBold]
  155.     end
  156.     item
  157.       FontID = 8
  158.       Font.Charset = DEFAULT_CHARSET
  159.       Font.Color = clBlue
  160.       Font.Height = -13
  161.       Font.Name = 'Courier New'
  162.       Font.Style = []
  163.     end
  164.     item
  165.       FontID = 9
  166.       Font.Charset = DEFAULT_CHARSET
  167.       Font.Color = clNavy
  168.       Font.Height = -13
  169.       Font.Name = 'Courier New'
  170.       Font.Style = [fsBold]
  171.     end>
  172. end